Closed Bug 1414631 Opened 8 years ago Closed 8 years ago

chromium: Remove the Chromium Process class

Categories

(Core :: IPC, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla58
Tracking Status
firefox58 --- fixed

People

(Reporter: Sylvestre, Assigned: Sylvestre)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

In file included from /data/jenkins/workspace/firefox-clang-last/obj-x86_64-pc-linux-gnu/ipc/chromium/Unified_cpp_ipc_chromium1.cpp:2: In file included from /data/jenkins/workspace/firefox-clang-last/ipc/chromium/src/base/process_posix.cc:7: /data/jenkins/workspace/firefox-clang-last/ipc/chromium/src/base/process.h:76:10: error: private field 'last_working_set_size_' is not used [-Werror,-Wunused-private-field] size_t last_working_set_size_; ^
Attachment #8925355 - Flags: review?(mh+mozilla)
We can probably delete this entire class. The only use seems to be a static method call at [1], which should be replaceable with GetCurrentProcId(). [1] https://searchfox.org/mozilla-central/rev/5a60492a53667fc61a62af1847d005a210b7a4f6/ipc/glue/GeckoChildProcessHost.cpp#631
Attachment #8925355 - Flags: review?(jld) → review+
Pushed by sledru@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/901652a2298b Remove the Chromium Process class r=jld
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Summary: chromium: process.h - private field 'last_working_set_size_' is not used → chromium: Remove the Chromium Process class
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: